home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / amac40.zip / RJ.INF < prev    next >
Text File  |  1991-03-13  |  2KB  |  40 lines

  1.                                 RJ.COM
  2.  
  3.  USAGE: RJ <INFILE> { PRINT_MARGIN F S }
  4.  
  5.  WHERE: 0=< PRINT_MARGIN =<40              Default = 0   enter like: 8
  6.   F FILTERS control chars                  Default = OFF enter like: F
  7.   S SUPPRESS Line Feeds after CR           Default = OFF enter like: S
  8.  
  9.  PURPOSE:  RJ  Right Justifies  your  printer output,  making  it look
  10. professional.  RJ  right  justifies  text  files  by  imbedding blanks
  11. between  words. It  is compatible  with  VDE or  any other  ASCII text
  12. editor. Public domain.
  13.  
  14.  METHOD: RJ  imbeds spaces  between words.  It calculates  the longest
  15. line in the  file (40 to  255 char), then  justifies shorter lines (up
  16. to 15%  shorter ).  Non-printable  control characters  are not counted
  17. for  formatting  purposes, so  leave  them  in if  you  wish. Carriage
  18. Returns,  Line  Feeds,  Form  Feeds,  and  Tabs  are  always processed
  19. normally  and  printed. Indenting  at  the  beginning of  the  line is
  20. disregarded, but any  line with 3+  IMBEDDED spaces, or  any line with
  21. Tabs is not justified. This leaves tables, charts, etc. intact.
  22.  
  23.   HINTS: All  parameters except  INFILE are  optional and  they may be
  24. entered in any order; the defaults are above. Note that the input file
  25. is left unalterd;  output defaults to  the screen. This  allows you to
  26. preview your  printer output.  To print  or copy  your right justified
  27. file, use the DOS redirection operator: RJ REPORT.TXT  F 6 > PRN. Save
  28. your normal parameters in a batch file.
  29.  
  30. RJ.COM was written by Tom Kallal, and permission to include it with
  31. AMACxx.ZIP has been granted by him:
  32.  
  33. Date:  26-Feb-91 13:23 EST
  34. From:  Tom Kallal [70134,2472]
  35. Reply to: Permission
  36.  
  37. Tom,
  38. Go ahead and include my RJ.COM with your AMACxx.ZIP file.  
  39. Thanks for your interest in using RJ.COM
  40.